The HTMLSetFont function sets the typeface and point size for both the CtlHTML controls and message boxes (with the Pro version.)
void HTMLSetFont(
LPCTSTR typeface, // pointer to the typeface name
int pointSize // the size of the font in points
);
Use the HTMLSetFont function to set the typeface and point size for both the CtlHTML controls and message boxes. The default font is 8 point MS Sans Serif.
Copyright ⌐ 1999, Windmill Point Software. All Rights Reserved.
Last Updated May 19, 1999